home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_32913.txt < prev    next >
Text File  |  1990-08-07  |  3KB  |  133 lines

  1. -- card: 32913 from stack: in.0-2
  2. -- bmap block id: 35463
  3. -- flags: 0000
  4. -- background id: 10385
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   repeat with n = 1 to 4
  9.     hide btn ("f" & n)
  10.   end repeat
  11. end closeCard
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 2000
  18. -- rect: left=396 top=251 right=272 bottom=420
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 1013 / 1013
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: 
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   lock screen
  30.   go next
  31.   unlock screen with wipe right
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=396 top=275 right=296 bottom=420
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   lock screen
  51.   go prev
  52.   unlock screen with wipe left
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 3 (button)
  58. -- low flags: 00
  59. -- high flags: 2004
  60. -- rect: left=321 top=214 right=248 bottom=357
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 18028 / 18028
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: 
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   repeat with n = 1 to 4
  72.     show btn ("f" & n)
  73.     wait 20
  74.   end repeat
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 4 (button)
  80. -- low flags: 80
  81. -- high flags: 0000
  82. -- rect: left=142 top=217 right=251 bottom=178
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 18028 / 18028
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: f3
  91.  
  92.  
  93. -- part 5 (button)
  94. -- low flags: 80
  95. -- high flags: 0000
  96. -- rect: left=166 top=117 right=151 bottom=202
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 18028 / 18028
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: f1
  105.  
  106.  
  107. -- part 6 (button)
  108. -- low flags: 80
  109. -- high flags: 0000
  110. -- rect: left=244 top=236 right=270 bottom=280
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 18028 / 18028
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: f4
  119.  
  120.  
  121. -- part 7 (button)
  122. -- low flags: 80
  123. -- high flags: 0000
  124. -- rect: left=251 top=136 right=170 bottom=287
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 18028 / 18028
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: f2
  133.